Xbasic

A5_ZAP_SET Function

Syntax

C a5_zap_set(C setname [,L silent ])

Arguments

setname

The name of the set containing the records to remove.

silent

Logical

Description

Packs the records in the tables of a set. Prompt for tablenames if silent if .f.

Discussion

The A5_ZAP_SET() removes records from the tables of the set but preserves the set and table structures.

Example

? a5_zap_set("test")
= ""

See Also